type runtime.gcWork
22 uses
runtime (current package)
mgcmark.go#L163: func markroot(gcw *gcWork, i uint32, flushBgCredit bool) int64 {
mgcmark.go#L267: func markrootBlock(b0, n0 uintptr, ptrmask0 *uint8, gcw *gcWork, shard int) int64 {
mgcmark.go#L326: func markrootSpans(gcw *gcWork, shard int) {
mgcmark.go#L720: func scanstack(gp *g, gcw *gcWork) int64 {
mgcmark.go#L896: func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
mgcmark.go#L1014: func gcDrain(gcw *gcWork, flags gcDrainFlags) {
mgcmark.go#L1128: func gcDrainN(gcw *gcWork, scanWork int64) int64 {
mgcmark.go#L1196: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
mgcmark.go#L1234: func scanobject(b uintptr, gcw *gcWork) {
mgcmark.go#L1333: func scanConservative(b, n uintptr, ptrmask *uint8, gcw *gcWork, state *stackScanState) {
mgcmark.go#L1438: func greyobject(obj, base, off uintptr, span *mspan, gcw *gcWork, objIndex uintptr) {
mgcwork.go#L55: type gcWork struct {
mgcwork.go#L99: func (w *gcWork) init() {
mgcwork.go#L111: func (w *gcWork) put(obj uintptr) {
mgcwork.go#L149: func (w *gcWork) putFast(obj uintptr) bool {
mgcwork.go#L166: func (w *gcWork) putBatch(obj []uintptr) {
mgcwork.go#L202: func (w *gcWork) tryGet() uintptr {
mgcwork.go#L231: func (w *gcWork) tryGetFast() uintptr {
mgcwork.go#L251: func (w *gcWork) dispose() {
mgcwork.go#L287: func (w *gcWork) balance() {
mgcwork.go#L309: func (w *gcWork) empty() bool {
runtime2.go#L696: gcw gcWork